home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8382 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  796 b 

  1. Path: ix.netcom.com!netnews
  2. From: judgemi@ix.netcom.com(Michael Judge )
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Class to read .INI file
  5. Date: 17 Feb 1996 15:25:19 GMT
  6. Organization: Netcom
  7. Message-ID: <4g4s0v$guv@ixnews3.ix.netcom.com>
  8. References: <b5c_9602130620@crystal.dircon.co.uk>
  9. NNTP-Posting-Host: bos-ma10-19.ix.netcom.com
  10. X-NETCOM-Date: Sat Feb 17  7:25:19 AM PST 1996
  11.  
  12. In <b5c_9602130620@crystal.dircon.co.uk>
  13. sigmadelta@crystal.dircon.co.uk (Steve Dyson) writes: 
  14. >
  15. >Hi,
  16. >
  17. >Does anyone have any C or C++ code/class that will read and decode a
  18. >generic text .INI file.
  19. >
  20. >I am working on a project with tight deadlines and am trying to save
  21. any
  22. >time I can!
  23. >
  24.  
  25. if this is for windows then use "int GetProfileString()"
  26. other wise you will have to find a parser.
  27.  
  28. MJ
  29. judgemi@ix.netcom.com
  30.  
  31.